{% load static %} {% block title %}Новости со всего мира{% endblock %} {% include 'inc/_nav.html' %}
{% block sidebar %}SIDEBAR{% endblock %}
{% if messages %} {% for message in messages %} {% if message.tags == 'error' %} {% else %} {% endif %} {% endfor %} {% endif %} {% block content %}CONTENT{% endblock %} {% if page_obj.has_other_pages %} {% endif %}